cssstyle: set font variations in get_pango_font()
authorTimm Bäder <mail@baedert.org>
Thu, 16 Jan 2020 10:33:12 +0000 (11:33 +0100)
committerTimm Bäder <mail@baedert.org>
Sat, 18 Jan 2020 07:49:52 +0000 (08:49 +0100)
commit119ebe1d7011e091db92b115178bd22bea372ac9
tree2bee5085cd61b2396b122a395366865bcd619a0a
parentdda54b2b8fcdee8a5b6b9f92e311215a6baa53bd
cssstyle: set font variations in get_pango_font()

Doesn't make sense to set all the css values on the font description in
there except for the font variations, so do these here as well.
gtk/gtkcssstyle.c
gtk/gtkwidget.c